- PurplePrivacyType
alias PurplePrivacyType = _PurplePrivacyType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePrivacyUiOps
alias PurplePrivacyUiOps = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_allow
alias da_purple_privacy_allow = void function(PurpleAccount* account, const(char)* who, gboolean local, gboolean restore)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_check
alias da_purple_privacy_check = gboolean function(PurpleAccount* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_deny
alias da_purple_privacy_deny = void function(PurpleAccount* account, const(char)* who, gboolean local, gboolean restore)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_deny_add
alias da_purple_privacy_deny_add = gboolean function(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_deny_remove
alias da_purple_privacy_deny_remove = gboolean function(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_get_ui_ops
alias da_purple_privacy_get_ui_ops = PurplePrivacyUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_init
alias da_purple_privacy_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_permit_add
alias da_purple_privacy_permit_add = gboolean function(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_permit_remove
alias da_purple_privacy_permit_remove = gboolean function(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_privacy_set_ui_ops
alias da_purple_privacy_set_ui_ops = void function(PurplePrivacyUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_allow
void purple_privacy_allow(PurpleAccount* account, const(char)* who, gboolean local, gboolean restore)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_check
gboolean purple_privacy_check(PurpleAccount* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_deny
void purple_privacy_deny(PurpleAccount* account, const(char)* who, gboolean local, gboolean restore)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_deny_add
gboolean purple_privacy_deny_add(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_deny_remove
gboolean purple_privacy_deny_remove(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_get_ui_ops
PurplePrivacyUiOps* purple_privacy_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_init
void purple_privacy_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_permit_add
gboolean purple_privacy_permit_add(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_permit_remove
gboolean purple_privacy_permit_remove(PurpleAccount* account, const(char)* name, gboolean local_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_set_ui_ops
void purple_privacy_set_ui_ops(PurplePrivacyUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_allow
da_purple_privacy_allow purple_privacy_allow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_check
da_purple_privacy_check purple_privacy_check;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_deny
da_purple_privacy_deny purple_privacy_deny;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_deny_add
da_purple_privacy_deny_add purple_privacy_deny_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_deny_remove
da_purple_privacy_deny_remove purple_privacy_deny_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_get_ui_ops
da_purple_privacy_get_ui_ops purple_privacy_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_init
da_purple_privacy_init purple_privacy_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_permit_add
da_purple_privacy_permit_add purple_privacy_permit_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_permit_remove
da_purple_privacy_permit_remove purple_privacy_permit_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_privacy_set_ui_ops
da_purple_privacy_set_ui_ops purple_privacy_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.